type runtime.arraytype

7 uses

	runtime (current package)
		alg.go#L174: 		a := (*arraytype)(unsafe.Pointer(t))
		cgocall.go#L455: 		at := (*arraytype)(unsafe.Pointer(t))
		cgocheck.go#L227: 		at := (*arraytype)(unsafe.Pointer(typ))
		type.go#L92: 			arraytype
		type.go#L379: type arraytype struct {
		type.go#L610: 		at := (*arraytype)(unsafe.Pointer(t))
		type.go#L611: 		av := (*arraytype)(unsafe.Pointer(v))